bitkeeper revision 1.1327.2.1 (4266169fT9qqykPCJWENnvnqwf71kQ)
authormjw@wray-m-3.hpl.hp.com <mjw@wray-m-3.hpl.hp.com>
Wed, 20 Apr 2005 08:45:19 +0000 (08:45 +0000)
committermjw@wray-m-3.hpl.hp.com <mjw@wray-m-3.hpl.hp.com>
Wed, 20 Apr 2005 08:45:19 +0000 (08:45 +0000)
commitebd2e8acfbf3d17d3135e24764660c5e46a04abc
tree29ac7b1f9e9e0eef09d16f032b37521049c41395
parent6779cb6602c384a4db0a211d1edd25ead7b35bf3
bitkeeper revision 1.1327.2.1 (4266169fT9qqykPCJWENnvnqwf71kQ)

Refactor domain construction and device controllers to
remove use of twisted. Use threads to dispatch channel
input. Move device controllers into domains.

Signed-off-by: Mike Wray <mike.wray@hp.com>
17 files changed:
.rootkeys
tools/python/xen/lowlevel/xu/xu.c
tools/python/xen/xend/XendConsole.py
tools/python/xen/xend/XendDomain.py
tools/python/xen/xend/XendDomainInfo.py
tools/python/xen/xend/scheduler.py [new file with mode: 0644]
tools/python/xen/xend/server/SrvDaemon.py
tools/python/xen/xend/server/SrvDomainDir.py
tools/python/xen/xend/server/blkif.py
tools/python/xen/xend/server/channel.py
tools/python/xen/xend/server/console.py
tools/python/xen/xend/server/controller.py
tools/python/xen/xend/server/event.py [new file with mode: 0644]
tools/python/xen/xend/server/messages.py
tools/python/xen/xend/server/netif.py
tools/python/xen/xend/server/pciif.py [new file with mode: 0644]
tools/python/xen/xend/server/usbif.py